home *** CD-ROM | disk | FTP | other *** search
/ Elite College Girls 1 / Elite College Girls - Volume 1.iso / pc / mainmenu.dir / 00096.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  350 b   |  19 lines

  1. on exitFrame
  2.   set whichPath to "ECG1"
  3.   if whichPath contains "ECG1" then
  4.     go("ECG1.")
  5.   else
  6.     if whichPath contains "ECG2" then
  7.       go("ECG2.")
  8.     else
  9.       if whichPath contains "ECM1" then
  10.         go("ECM1.")
  11.       else
  12.         if whichPath contains "ECM2" then
  13.           go("ECM2.")
  14.         end if
  15.       end if
  16.     end if
  17.   end if
  18. end
  19.